-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Composite Terms Aggregation] Re-use slot objects for look-ups #18531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
{"run-benchmark-test": "id_4"} |
The Jenkins job url is https://build.ci.opensearch.org/job/benchmark-pull-request/3470/ . Final results will be published once the job is completed. |
❌ Gradle check result for cfdfa76: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Benchmark ResultsBenchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-pull-request/3470/
|
Benchmark Baseline Comparison ResultsBenchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-compare/122/
|
Signed-off-by: Sandesh Kumar <[email protected]>
❕ Gradle check result for 22cb945: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18531 +/- ##
=========================================
Coverage 72.72% 72.72%
- Complexity 68409 68436 +27
=========================================
Files 5566 5568 +2
Lines 314292 314335 +43
Branches 45579 45584 +5
=========================================
+ Hits 228554 228608 +54
- Misses 67153 67188 +35
+ Partials 18585 18539 -46 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Re-uses a slot object for lookups instead of creating a new object every-time.
Related Issues
Resolves #18440
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.